github.com/andybalholm/brotli.hasherCommon.dict_num_matches (field)

6 uses

	github.com/andybalholm/brotli (current package)
		hash.go#L12: 	dict_num_matches uint
		hash.go#L165: 	if self.dict_num_matches < self.dict_num_lookups>>7 {
		hash.go#L185: 				self.dict_num_matches++
		hash.go#L330: 			common.dict_num_matches = 0
		hash_composite.go#L55: 		common_a.dict_num_matches = 0
		hash_composite.go#L62: 		common_b.dict_num_matches = 0